
@media screen and (max-width: 420px) {
  footer {
    width: 100%;
    background-color: #222222;
  }
  footer .conactfor{
    background-image: url(../../skin/img/public/timg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
   }
   footer .conactfor span{
     font-size: 14px;
     color: #ffffff;
     font-weight: 600;
     line-height: 50px;
   }
   footer .conactfor a{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #00a1e7;
    display: inline-block;
    border-radius: 10px;
    margin-left: 50px;
   }
  footer .about {
    width: 90%;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between;   */
    flex-flow: row wrap;
  }
  footer .about .abouts {
    margin: 0 1.5%;
    margin-top: 20px;
    text-align: center;
    width: 30%;
    display: none;
  }
  footer .about .abouts .abpic {
    width: 60px;
  }
  footer .about .abouts a {
    font-size: 18px;
    color: #cccccc;
    display: block;
  }
  footer .about .abouts span {
    display: none;
    font-size: 12px;
    color: #cccccc;
    line-height: 30px;
  }
  footer .about .abouts .flex_of {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
  }
  footer .about .abouts .flex_of span {
    margin-left: 20px;
  }
  footer .about .abouts:nth-child(1) {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  footer .about .abouts:nth-child(1) img{
    width: 40%;
  }
  footer .about .abouts:nth-child(1) span{
    display: block;
  }
  footer .about .abouts:nth-child(2) {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  footer .about .abouts:nth-child(2) img{
    width: 40%;
  }
  footer .about .abouts:nth-child(2) span{
    display: block;
  }
  footer .about .abouts:nth-child(8){
    width: 90%;
    
    margin: 0 auto  ;
    display: block;
  }
  footer .about .abouts:nth-child(8) a{
    display: none;
  }
  footer .about .abouts:nth-child(8) img{
    display: none;
  }
  footer .about .abouts:nth-child(8) span{
    display: block;
    text-align: center;
  }
  footer .ICP {
    width: 100%;
    text-align: center;
    line-height: 35px;
    background-color: #000000;
  }
  footer .ICP span {
    color: #666666;
    font-size: 12px;
  }
  
  .callus {
    width: 100%;
  }
  .callus img {
    width: 100%;
  }
}
@media screen and (max-width: 769px) and (min-width: 420px) {
  footer {
    width: 100%;
    background-color: #222222;
  }
  footer .callus {
    width: 100%;
  }
  footer .conactfor{
    background-image: url(../../skin/img/public/timg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 60px;
    text-align: center;
   }
   footer .conactfor span{
     font-size: 20px;
     color: #ffffff;
     font-weight: 600;
     line-height: 60px;
   }
   footer .conactfor a{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #00a1e7;
    display: inline-block;
    border-radius: 10px;
    margin-left: 50px;
   }
  footer .about .abouts {
    margin-left: 10px ;
    margin-top: 20px;
    height: 230px;
  }
  footer .about .abouts .abpic {
    width: 60px;
  }
  footer .about .abouts a {
    font-size: 18px;
    color: #cccccc;
    display: block;
  }
  footer .about .abouts span {
    display: block;
    font-size: 12px;
    color: #cccccc;
    line-height: 30px;
  }
  footer .about .abouts .flex_of {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
  }
  footer .about .abouts .flex_of span {
    margin-left: 20px;
  }
  footer .about .abouts:nth-child(5) {
    width: 160px;
  }
  footer .about .abouts:nth-child(6) {
    width: 260px;
  }
  footer .ICP {
    width: 100%;
    text-align: center;
    line-height: 35px;
    background-color: #000000;
  }
  footer .ICP span {
    color: #666666;
    font-size: 12px;
  }
  .callus {
    width: 100%;
  }
  .callus img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  footer {
    width: 100%;
    background-color: #222222;
  }
  footer .conactfor{
    background-image: url(../../skin/img/public/timg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 80px;
    text-align: center;
   }
   footer .conactfor span{
     font-size: 20px;
     color: #ffffff;
     font-weight: 600;
     line-height: 80px;
   }
   footer .conactfor a{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #00a1e7;
    display: inline-block;
    border-radius: 10px;
    margin-left: 50px;
   }
  footer .about {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
  }
  footer .about .abouts {
    margin-top: 20px;
    height: 250px;
    width: 80px;
    padding-left: 30px;
  }
  footer .about .abouts .abpic {
    width: 60px;
  }
  footer .about .abouts a {
    font-size: 18px;
    color: #cccccc;
    display: block;
  }
  footer .about .abouts span {
    display: block;
    font-size: 12px;
    color: #cccccc;
    line-height: 30px;
  }
  footer .about .abouts .flex_of {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
  }
  footer .about .abouts .flex_of span {
    margin-left: 20px;
  }
  footer .about .abouts:nth-child(5) {
    width: 160px;
  }
  footer .about .abouts:nth-child(6) {
    width: 260px;
  }
  footer .ICP {
    width: 100%;
    text-align: center;
    line-height: 35px;
    background-color: #000000;
  }
  footer .ICP span {
    color: #666666;
    font-size: 15px;
  }
  .callus {
    width: 100%;
  }
  .callus img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  footer {
    width: 100%;
    background-color: #222222;
  }
  footer .conactfor{
    background-image: url(../../skin/img/public/timg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 80px;
    text-align: center;
   }
   footer .conactfor span{
     font-size: 20px;
     color: #ffffff;
     font-weight: 600;
     line-height: 80px;
   }
   footer .conactfor a{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #00a1e7;
    display: inline-block;
    border-radius: 10px;
    margin-left: 50px;
   }
  footer .about {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .about .abouts {
    margin-top: 50px;
    height: 250px;
  }
  footer .about .abouts .abpic {
    width: 60px;
  }
  footer .about .abouts a {
    font-size: 18px;
    color: #cccccc;
    display: block;
  }
  footer .about .abouts span {
    display: block;
    font-size: 12px;
    color: #cccccc;
    line-height: 30px;
  }
  footer .about .abouts .flex_of {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
  }
  footer .about .abouts .flex_of span {
    margin-left: 20px;
  }
  footer .about .abouts:nth-child(3) {
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(4) {
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(5) {
    width: 160px;
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(6) {
    width: 260px;
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(7) {
    border-right: dashed 1px #333333;
  }
  footer .ICP {
    width: 100%;
    text-align: center;
    line-height: 35px;
    background-color: #000000;
  }
  footer .ICP span {
    color: #666666;
    font-size: 15px;
  }
  .callus {
    width: 100%;
  }
  .callus img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    width: 100%;
    background-color: #222222;
  }

 footer .conactfor{
  background-image: url(../../skin/img/public/timg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 80px;
  text-align: center;
 }
 footer .conactfor span{
   font-size: 20px;
   color: #ffffff;
   font-weight: 600;
   line-height: 80px;
 }
 footer .conactfor a{
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #00a1e7;
  display: inline-block;
  border-radius: 10px;
  margin-left: 50px;
 }
  footer .about {
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .about .abouts {
    margin-top: 20px;
    height: 220px;
    padding: 0 10px;
  }
  footer .about .abouts a {
    font-size: 18px;
    color: #cccccc;
    display: block;
  }
  footer .about .abouts span {
    display: block;
    font-size: 12px;
    color: #cccccc;
    line-height: 25px;
  }
  footer .about .abouts .flex_of {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
  }
  footer .about .abouts .flex_of span {
    margin-left: 20px;
  }
  footer .about .abouts:first-child span {
    text-align: center;
  }
  footer .about .abouts:first-child img{
    width: 100px;
  }
  footer .about .abouts:nth-child(2) span {
    text-align: center;
  }
  footer .about .abouts:nth-child(2) img{
    width: 100px;
  }
  footer .about .abouts:nth-child(2){
    border-right: solid 1px #333333;
  }
  footer .about .abouts:nth-child(3) {
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(4) {
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(5) {
    width: 160px;
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(6) {
    width: 260px;
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(7) {
    border-right: dashed 1px #333333;
  }
  footer .about .abouts:nth-child(8){
    width: 160px;
  }
  footer .ICP {
    width: 100%;
    text-align: center;
    line-height: 35px;
    background-color: #000000;
  }
  footer .ICP span {
    color: #666666;
    font-size: 14px;
  }
  .callus {
    width: 100%;
  }
  .callus img {
    width: 100%;
  }
}
